home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / VOL_400 / 446_01 / DOC / DPBASICS / EX / X.H < prev   
Encoding:
C/C++ Source or Header  |  1996-04-18  |  408 b   |  30 lines

  1.                                                                  // -*- C++ -*-
  2. // $Id: $
  3.  
  4.  
  5. #ifndef X_h_IS_INCLUDED
  6. #define X_h_IS_INCLUDED
  7.  
  8. // various include-statements
  9.  
  10. class X
  11. {
  12.   // ....
  13.   void exampleFunction (real exampleParameter);
  14. };
  15.  
  16. /*BGNHDR
  17.  
  18. NAME
  19.  X - example class for explaining *.h and *.C files
  20.  
  21. KEYWORDS
  22.  example class, header files
  23.  
  24. ENDHDR*/
  25. #endif
  26.  
  27. /* LOG HISTORY of this file:
  28. $Log: $
  29. */
  30.